.max150
{
    max-width: 120em;
    margin: auto;
}

.show 
{
    right: calc((100% - 120em) / 2);
}

.hide 
{
    right: calc((100% - 120em) / 2);
}

.stred 
{
    min-height: 70vh;
}

/* ROZMĚRY POLOŽEK V PROCENTECH */
.twoItem
{ width: 48.5%; }

.twoItem50
{ width: 48.5%; }

/* 3 */
.threeItemLR
{ width: 31%; }

.threeItemCenter
{
    width: 31%;
    margin-right: 3.5%;
}

/* 2/3 | 1/3 */
.ItemLeft23
{ width: 66%; }

/* 1/3 | 2/3 */
.ItemRight23
{ width: 66%; }

/* 1/4 | 2/4 | 1/4 */

.ItemLR242
{ width: 22%; }

.ItemCenter242
{
    width: 46%;
    margin-right: 2%;
}

.threeItemLR70
{ width: 30%; }

.ItemLeft23_70
{ width: 66%; }

.twoItemS
{ width: 47%; }

.twoItem70
{ width: 48.5%;; }